From: Eli Zaretskii Date: Sun, 3 Mar 2002 17:31:45 +0000 (+0000) Subject: (auto-hscroll-mode): Renamed from automatic-hscrolling. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~58472 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=968ecc28093690c53f622c37c784083e71dcfeb5;p=emacs.git (auto-hscroll-mode): Renamed from automatic-hscrolling. (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode. --- diff --git a/lisp/frame.el b/lisp/frame.el index 2c7dcdd2781..05a6a80eb49 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -1138,13 +1138,14 @@ Setting this variable makes it local to the current buffer." :version "21.1" :group 'frames) -(defcustom automatic-hscrolling t +(defcustom auto-hscroll-mode t "*Allow or disallow automatic scrolling windows horizontally. If non-nil, windows are automatically scrolled horizontally to make point visible." :version "21.1" :type 'boolean :group 'scrolling) +(defvaralias 'automatic-hscrolling 'auto-hscroll-mode) ;; Blinking cursor